home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18506 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  894 b 

  1. Path: news.hic.net!news
  2. From: One <ulix@hic.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Survey: recursive
  5. Date: Thu, 18 Apr 1996 21:58:58 -0700
  6. Organization: -none-
  7. Message-ID: <31771D92.24E5@hic.net>
  8. References: <4l6s7e$19i0@sol.caps.maine.edu>
  9. NNTP-Posting-Host: ppp.hic.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Scott wrote:
  16. > I am trying to get a feel of how long it would take an
  17. > average programmer to accomplish the following.
  18. > Write a recursive function that determines the lowest
  19. > common denominator between two rational numbers for the
  20. > first time.  You may assume that you have a class rational
  21. > that does not include this method.  You have material
  22. > describing class rational, but no other reference material.
  23. > The clock starts now.
  24. > Thanks
  25.  
  26.   do your own schoolwork.
  27.  
  28.   -One
  29.